home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / ida / lib / liuida / restart_clients < prev    next >
Encoding:
Text File  |  1987-05-24  |  202 b   |  9 lines

  1. #!/bin/sh
  2. #        restart sendmail on all clients
  3. #
  4.  
  5. for h in crabbofix lillefix miraculix portofix prefix senilix smidefix tragicomix; do
  6.   echo -n "$h "
  7.   rsh $h -n "(cd /usr/lib/mail; make restart)"
  8. done
  9.